/*
Theme Name: Twenty Eleven Child
Description: Thème enfant pour Twenty Eleven
Author: 
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

#style1 {
    float:left;
}

#content h1 { font-size:220%;}
#content h2 { font-size:200%;}
#content h3 { font-size:180%;}
#content h4 { font-size:160%;}
#content h5 { font-size:140%;}
#content h6 { font-size:120%;}


/* FOOTER */

#colophon {
background: rgb(0,25,61); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMTkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyN2FhZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,25,61,1) 0%, rgba(39,170,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,25,61,1)), color-stop(100%,rgba(39,170,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,25,61,1) 0%,rgba(39,170,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,25,61,1) 0%,rgba(39,170,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,25,61,1) 0%,rgba(39,170,221,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,25,61,1) 0%,rgba(39,170,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00193d', endColorstr='#27aadd',GradientType=0 ); /* IE6-8 */



}


/* =Widgets
----------------------------------------------- */


.widget-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
font-weight: bold;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #ffffff;
	font-size: 12px;
}
.widget a {
	text-decoration: none;
	color: #ffffff;
}
.widget a:hover {
	color: #99c9ff;
}
.widget p {
	color: #ffffff;
	font-weight: bold;
}



/* =Menu
----------------------------------------------- */

#access {
	background: 0047AD; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#00193d, #013074);
	background: -o-linear-gradient(#00193d, #013074);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00193d), to(#013074)); /* older webkit syntax */
	background: -webkit-linear-gradient(#00193d0, #013074);
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 16px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 16px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 16px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -4.9125em;
	padding-left: 0;
	width: 120%;
}


#access ul ul {
	-moz-box-shadow: 0 13px 13px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 13px 13px rgba(0,0,0,0.6);
	box-shadow: 0 13px 13px rgba(0,0,0,0.6);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#access ul ul a {
	background: #002e72;
	border-bottom: 1px dotted #ddd;
	color: white;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}


/* =FIREFOX
----------------------------------------------- */
firefox a:hover
{
color: black;
}